GUI Help > Special > getStatusText

getStatusText
str text=getStatusText(handle gadget, int index)

Description:
Retrieves the text of the specified panel in a statusbar gadget. You can set this text with setStatusText.

Return Value:
Text of the specified panel.

Parameters:
gadget Handle to a statusbar gadget
index Index of the panel whoose text you wish to retrieve.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)